Html Css Color HEX #670D0F Pohutukawa

📋 copy color: '#670D0F'

red 103 ◦ green 13 ◦ blue 15

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

Shades of Pohutukawa #670D0F

Tints of Pohutukawa #670D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 78.63%
G = 9.92%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#670D0F (or 0x670D0F) is known color: Pohutukawa. HEX triplet: 67, 0D and 0F. RGB value is (103,13,15). Sum of RGB (Red+Green+Blue) = 103+13+15=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #670D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D0F is #98F2F0. Grayscale: #282828. Windows color (decimal): -10023665 or 986471. OLE color: 986471.

HSL color Cylindrical-coordinate representation of color #670D0F: hue angle of 358.67º 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 #670D0F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 13 15 -
CMYK 0 0.87 0.85 0.60
HSL 358.67º 0.78% 0.23% -
HSV(B) 358.67º 0.87% 0.4% -
XYZ 5.82 3.21 0.76 -
YUV 40.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 103 13 15 0 0.87 0.85 0.60 358.67 0.78 0.23
Hex 67 D F 0 57 55 3C 167 4E 17
Octal 147 15 17 0 127 125 74 547 116 27
Binary 1100111 1101 1111 0 1010111 1010101 111100 101100111 1001110 10111

Color Harmonies of #670D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670D0F

Black with #670D0F

Text Example


Text Example

White with #670D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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