Html Css Color HEX #671A24 Pohutukawa

📋 copy color: '#671A24'

red 103 ◦ green 26 ◦ blue 36

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

Shades of Pohutukawa #671A24

Tints of Pohutukawa #671A24

RGB

 RED value IS 103 (40.63% from 255) = 62.42%

 GREEN value IS 26 (10.55% from 255) = 15.76%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 62.42%
G = 15.76%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.60

RGB Variations

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

Color information

#671A24 (or 0x671A24) is known color: Pohutukawa. HEX triplet: 67, 1A and 24. RGB value is (103,26,36). Sum of RGB (Red+Green+Blue) = 103+26+36=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #671A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671A24 is #98E5DB. Grayscale: #323232. Windows color (decimal): -10020316 or 2366055. OLE color: 2366055.

HSL color Cylindrical-coordinate representation of color #671A24: hue angle of 352.21º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #671A24 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 26 36 -
CMYK 0 0.75 0.65 0.60
HSL 352.21º 0.6% 0.25% -
HSV(B) 352.21º 0.75% 0.4% -
XYZ 6.28 3.75 2.06 -
YUV 50.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 103 26 36 0 0.75 0.65 0.60 352.21 0.6 0.25
Hex 67 1A 24 0 4B 41 3C 160 3C 19
Octal 147 32 44 0 113 101 74 540 74 31
Binary 1100111 11010 100100 0 1001011 1000001 111100 101100000 111100 11001

Color Harmonies of #671A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671A24

Black with #671A24

Text Example


Text Example

White with #671A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671A24; }

 p { color: rgb(103,26,36); }

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

background-color css

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

 a { background-color: rgb(103,26,36); }

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

border-color css

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

 span { border-color: rgb(103,26,36); }

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