Html Css Color HEX #611C23 Pohutukawa

📋 copy color: '#611C23'

red 97 ◦ green 28 ◦ blue 35

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

Shades of Pohutukawa #611C23

Tints of Pohutukawa #611C23

RGB

 RED value IS 97 (38.28% from 255) = 60.63%

 GREEN value IS 28 (11.33% from 255) = 17.5%

 BLUE value IS 35 (14.06% from 255) = 21.88%

R = 60.63%
G = 17.5%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#611C23 (or 0x611C23) is known color: Pohutukawa. HEX triplet: 61, 1C and 23. RGB value is (97,28,35). Sum of RGB (Red+Green+Blue) = 97+28+35=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #611C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611C23 is #9EE3DC. Grayscale: #313131. Windows color (decimal): -10413021 or 2301025. OLE color: 2301025.

HSL color Cylindrical-coordinate representation of color #611C23: hue angle of 353.91º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #611C23 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 28 35 -
CMYK 0 0.71 0.64 0.62
HSL 353.91º 0.55% 0.25% -
HSV(B) 353.91º 0.71% 0.38% -
XYZ 5.65 3.49 1.97 -
YUV 49.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 97 28 35 0 0.71 0.64 0.62 353.91 0.55 0.25
Hex 61 1C 23 0 47 40 3E 162 37 19
Octal 141 34 43 0 107 100 76 542 67 31
Binary 1100001 11100 100011 0 1000111 1000000 111110 101100010 110111 11001

Color Harmonies of #611C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611C23

Black with #611C23

Text Example


Text Example

White with #611C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611C23; }

 p { color: rgb(97,28,35); }

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

background-color css

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

 a { background-color: rgb(97,28,35); }

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

border-color css

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

 span { border-color: rgb(97,28,35); }

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