Html Css Color HEX #670508 Pohutukawa

📋 copy color: '#670508'

red 103 ◦ green 5 ◦ blue 8

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

Shades of Pohutukawa #670508

Tints of Pohutukawa #670508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 88.79%
G = 4.31%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#670508 (or 0x670508) is known color: Pohutukawa. HEX triplet: 67, 05 and 08. RGB value is (103,5,8). Sum of RGB (Red+Green+Blue) = 103+5+8=116 (15% of max value = 765). Red value is 103 (40.62% from 255 or 88.79% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 103 - color contains mainly: red. Hex color #670508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670508 is #98FAF7. Grayscale: #222222. Windows color (decimal): -10025720 or 525671. OLE color: 525671.

HSL color Cylindrical-coordinate representation of color #670508: hue angle of 358.16º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670508 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 8 -
CMYK 0 0.95 0.92 0.60
HSL 358.16º 0.91% 0.21% -
HSV(B) 358.16º 0.95% 0.4% -
XYZ 5.69 3.01 0.51 -
YUV 34.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 103 5 8 0 0.95 0.92 0.60 358.16 0.91 0.21
Hex 67 5 8 0 5F 5C 3C 166 5B 15
Octal 147 5 10 0 137 134 74 546 133 25
Binary 1100111 101 1000 0 1011111 1011100 111100 101100110 1011011 10101

Color Harmonies of #670508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670508

Black with #670508

Text Example


Text Example

White with #670508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670508; }

 p { color: rgb(103,5,8); }

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

background-color css

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

 a { background-color: rgb(103,5,8); }

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

border-color css

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

 span { border-color: rgb(103,5,8); }

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