Html Css Color HEX #67050C Pohutukawa

📋 copy color: '#67050C'

red 103 ◦ green 5 ◦ blue 12

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

Shades of Pohutukawa #67050C

Tints of Pohutukawa #67050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10%

R = 85.83%
G = 4.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#67050C (or 0x67050C) is known color: Pohutukawa. HEX triplet: 67, 05 and 0C. RGB value is (103,5,12). Sum of RGB (Red+Green+Blue) = 103+5+12=120 (15% of max value = 765). Red value is 103 (40.62% from 255 or 85.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 103 - color contains mainly: red. Hex color #67050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67050C is #98FAF3. Grayscale: #232323. Windows color (decimal): -10025716 or 787815. OLE color: 787815.

HSL color Cylindrical-coordinate representation of color #67050C: hue angle of 355.71º 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 #67050C is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 12 -
CMYK 0 0.95 0.88 0.60
HSL 355.71º 0.91% 0.21% -
HSV(B) 355.71º 0.95% 0.4% -
XYZ 5.71 3.02 0.63 -
YUV 35.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 103 5 12 0 0.95 0.88 0.60 355.71 0.91 0.21
Hex 67 5 C 0 5F 58 3C 164 5B 15
Octal 147 5 14 0 137 130 74 544 133 25
Binary 1100111 101 1100 0 1011111 1011000 111100 101100100 1011011 10101

Color Harmonies of #67050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67050C

Black with #67050C

Text Example


Text Example

White with #67050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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