Html Css Color HEX #621927 Pohutukawa

📋 copy color: '#621927'

red 98 ◦ green 25 ◦ blue 39

#621927
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #621927

Tints of Pohutukawa #621927

RGB

 RED value IS 98 (38.67% from 255) = 60.49%

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 39 (15.63% from 255) = 24.07%

R = 60.49%
G = 15.43%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#621927 (or 0x621927) is known color: Pohutukawa. HEX triplet: 62, 19 and 27. RGB value is (98,25,39). Sum of RGB (Red+Green+Blue) = 98+25+39=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #621927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621927 is #9DE6D8. Grayscale: #303030. Windows color (decimal): -10348249 or 2562402. OLE color: 2562402.

HSL color Cylindrical-coordinate representation of color #621927: hue angle of 348.49º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621927 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 39 -
CMYK 0 0.74 0.60 0.62
HSL 348.49º 0.59% 0.24% -
HSV(B) 348.49º 0.74% 0.38% -
XYZ 5.75 3.44 2.28 -
YUV 48.42 122.68 163.36 -
System Red Green Blue C M Y K H S L
Decimal 98 25 39 0 0.74 0.60 0.62 348.49 0.59 0.24
Hex 62 19 27 0 4A 3C 3E 15C 3B 18
Octal 142 31 47 0 112 74 76 534 73 30
Binary 1100010 11001 100111 0 1001010 111100 111110 101011100 111011 11000

Color Harmonies of #621927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621927

Black with #621927

Text Example


Text Example

White with #621927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621927; }

 p { color: rgb(98,25,39); }

 H1.HeaderClassName
 {
   color: #621927;
 }
 .AnyTagClassName
 {
   color: #621927;
 }
</style>

background-color css

<style>
 a { background-color: #621927; }

 a { background-color: rgb(98,25,39); }

 div.DivClassName
 {
   background-color: #621927;
 }
 .BgClassName
 {
   background-color: #621927;
 }
</style>

border-color css

<style>
 span { border-color: #621927; }

 span { border-color: rgb(98,25,39); }

 td.TdClassName
 {
   border-color: #621927;
 }
 .TagClassName
 {
   border-color: #621927;
 }
</style>