Html Css Color HEX #670D23 Pohutukawa

📋 copy color: '#670D23'

red 103 ◦ green 13 ◦ blue 35

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

Shades of Pohutukawa #670D23

Tints of Pohutukawa #670D23

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.61%

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

R = 68.21%
G = 8.61%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#670D23 (or 0x670D23) is known color: Pohutukawa. HEX triplet: 67, 0D and 23. RGB value is (103,13,35). Sum of RGB (Red+Green+Blue) = 103+13+35=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #670D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670D23 is #98F2DC. Grayscale: #2A2A2A. Windows color (decimal): -10023645 or 2297191. OLE color: 2297191.

HSL color Cylindrical-coordinate representation of color #670D23: hue angle of 345.33º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D23 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 13 35 -
CMYK 0 0.87 0.66 0.60
HSL 345.33º 0.78% 0.23% -
HSV(B) 345.33º 0.87% 0.4% -
XYZ 6.04 3.29 1.91 -
YUV 42.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 103 13 35 0 0.87 0.66 0.60 345.33 0.78 0.23
Hex 67 D 23 0 57 42 3C 159 4E 17
Octal 147 15 43 0 127 102 74 531 116 27
Binary 1100111 1101 100011 0 1010111 1000010 111100 101011001 1001110 10111

Color Harmonies of #670D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D23

Black with #670D23

Text Example


Text Example

White with #670D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670D23; }

 p { color: rgb(103,13,35); }

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

background-color css

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

 a { background-color: rgb(103,13,35); }

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

border-color css

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

 span { border-color: rgb(103,13,35); }

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